Azure Docs: Azure NAT Gateway#584
Merged
Merged
Conversation
Deploying localstack-docs with
|
| Latest commit: |
8734055
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b62ea0ef.localstack-docs.pages.dev |
| Branch Preview URL: | https://docs-azure-nat-gateway.localstack-docs.pages.dev |
1. **Broken structure** — The first `list` output block was never closed with ` ``` `, so a duplicated “Create a NAT gateway” / “Get and list” / `list` section was swallowed into one code fence. The duplicate block (~100 lines) was removed and the fence was closed so the Markdown renders correctly. 2. **Broken sample link** — `…/localstack-azure-samples/samples/web-app-cosmosdb-mongodb-api/python/README.md` returned **404**. It now points to `https://github.com/localstack/localstack-azure-samples/tree/main/samples/web-app-cosmosdb-mongodb-api/python` (and the stray space in the link label was removed). 3. **Delete step wording** — After delete, the RG can still contain other resources (e.g. the public IP prefix). The text now says the **NAT gateway** was removed, not that the resource group is empty.
Collaborator
|
I addressed some mostly minor formatting and accuracy issues:
|
remotesynth
approved these changes
May 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds an article on Azure NAT Gateway to the Azure emulator documentation.
Fixes DOC-199